[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
     dump LABEL

             This causes an immediate core dump.   Not  supported
             on MS-DOS.

             Example:

                  #!/usr/bin/perl
                  require 'getopt.pl';
                  require 'stat.pl';
                  %days = (
                      'Sun',1,
                      'Mon',2,
                      'Tue',3,
                      'Wed',4,
                      'Thu',5,
                      'Fri',6,
                      'Sat',7);

                  dump QUICKSTART if $ARGV[0] eq '-d';

                 QUICKSTART:
                  do Getopt('f');

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson